home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000163_news@newsmaster….columbia.edu _Wed Oct 22 10:26:19 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA23862
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 22 Oct 1997 10:26:19 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA18344
  7.     for kermit.misc@watsun; Wed, 22 Oct 1997 10:26:18 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: msdos kermit and external protocols
  12. Date: 22 Oct 1997 14:26:17 GMT
  13. Organization: Columbia University
  14. Lines: 25
  15. Message-ID: <62l2e9$f9e$1@apakabar.cc.columbia.edu>
  16. References: <62fru2$ict$1@apakabar.cc.columbia.edu> <62k457$svi@gateway.dircsa.org.au>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7942
  19.  
  20. In article <62k457$svi@gateway.dircsa.org.au>,
  21. Arthur Marsh <arthur@gateway.dircsa.org.au> wrote:
  22. : Frank da Cruz (fdc@watsun.cc.columbia.edu) wrote:
  23. : : : 
  24. : : : OK, OK, I'll try to get Kermit implemented as an external protocol on my
  25. : : : MS-DOS based bbs (-:.
  26. : : : 
  27. : : In case other readers don't know how easy this is...  There is a special
  28. : : version of MS-DOS Kermit that is designed for exactly this purpose.  See
  29. : : the article "MS-DOS Kermit Meets the BBS" in Kermit News #6, March 1995:
  30. : :   http://www.columbia.edu/kermit/newsn6.html#bbs
  31. : The thing that held me up in implementing it just then was the fact that
  32. : MS-Kermit 3.15 does not suggest the "@list-name" when doing a send ?
  33. It does:
  34.  
  35.   send @filename
  36.  
  37. where "filename" is the name of a file that contains a list of filenames,
  38. one per line.  This is documented in Section 5 of the KERMIT.UPD file that
  39. is distributed with version 3.14.
  40.  
  41. - Frank